Fix another instance of bug #12933 with non-ASCII file names on Windows.
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Dec 2012 18:48:01 +0000 (20:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Dec 2012 18:48:01 +0000 (20:48 +0200)
commit5a9d495c48c4bfbee955064aeea7a2a832143742
treebeb6fbed1839aed91a6eaae50d6403194437632d
parentc58317d64d707ffef851df1534e42e9573b1a958
Fix another instance of bug #12933 with non-ASCII file names on Windows.

 src/fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
 Encode the file name before passing it to dostounix_filename, in
 case it will downcase it (under w32-downcase-file-names).
src/ChangeLog
src/fileio.c